var runtime.allgs

10 uses

	runtime (current package)
		proc.go#L632: 	allgs    []*g
		proc.go#L656: 	allgs = append(allgs, gp)
		proc.go#L657: 	if &allgs[0] != allgptr {
		proc.go#L658: 		atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
		proc.go#L660: 	atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
		proc.go#L675: 	return allgs[:len(allgs):len(allgs)]
		proc.go#L695: 	for _, gp := range allgs {